home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6663 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  918 b 

  1. Path: hermes.oc.com!usenet
  2. From: Larry Weiss <lfw@oc.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: [HELP] TOOL FOR REMOVING TOO MANY #ifdef's
  5. Date: Thu, 15 Feb 1996 17:29:51 -0600
  6. Organization: OpenConnect Systems, Dallas, TX, USA
  7. Message-ID: <3123C1EF.541D@oc.com>
  8. References: <4g09u4$llr@cobweb.aracnet.com>
  9. NNTP-Posting-Host: ocs2228.oc.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14. CC: lfw@oc.com
  15.  
  16. ACS wrote:
  17.  > 
  18.  > Could anyone point me to a tool that does
  19.  >    "SELECTIVELY PREPROCESS THE SOURCE WITHOUT SUBSTITUTING MACROS"
  20.  
  21. I think that this is doable in general with respect to the language (someone
  22. please inform me if I'm wrong in saying that macro expansion cannot affect the
  23. effects of the conditional compilation directives like #if).
  24.  
  25. I do not know of a tool that can actually do this.   Sounds like it would be 
  26. useful.
  27.